Summary

Provides data about a wrapped property setter in a <see cref="T:Sandbox.CodeGeneratorAttribute" /> callback.

Properties

Attributes An array of all attributes on the original property.
Getter Get the current value
IsStatic Is this a static property?
MemberIdent The identity of the original property. Used by TypeLibrary as a unique identifier for the property.
Object The object whose property is being wrapped. This will be null if we're wrapping a static property.
PropertyName The name of the original property. If static, will return the full name including the type.
Setter Invoke the original setter with the provided value.
TypeName The name of the type that the property belongs to.
Value The value the property wants to be set to.

Methods

GetAttribute
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.